home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMHELPERCONFIG / TFORMHELPERCONFIG.txt
Text File  |  2005-01-25  |  3KB  |  141 lines

  1. object formHelperConfig: TformHelperConfig
  2.   Left = 344
  3.   Top = 300
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configure Helper Applications...'
  6.   ClientHeight = 161
  7.   ClientWidth = 472
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   DesignSize = (
  18.     472
  19.     161)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bnOK: TButton
  23.     Left = 383
  24.     Top = 128
  25.     Width = 81
  26.     Height = 25
  27.     Anchors = [akRight, akBottom]
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object bnCancel: TButton
  34.     Left = 287
  35.     Top = 128
  36.     Width = 81
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     Caption = '&Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object groupHelperApps: TGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 456
  47.     Height = 105
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Caption = 'Use external helper application for ...'
  50.     TabOrder = 2
  51.     DesignSize = (
  52.       456
  53.       105)
  54.     object cbUseFileHelper: TCheckBox
  55.       Left = 8
  56.       Top = 24
  57.       Width = 97
  58.       Height = 17
  59.       Caption = 'Files:'
  60.       TabOrder = 0
  61.     end
  62.     object cbUseFolderHelper: TCheckBox
  63.       Left = 8
  64.       Top = 48
  65.       Width = 97
  66.       Height = 17
  67.       Caption = 'Folders:'
  68.       TabOrder = 3
  69.     end
  70.     object cbUseRegistryHelper: TCheckBox
  71.       Left = 8
  72.       Top = 72
  73.       Width = 97
  74.       Height = 17
  75.       Caption = 'Registry:'
  76.       TabOrder = 6
  77.     end
  78.     object comboFileHelper: TComboBox
  79.       Left = 112
  80.       Top = 24
  81.       Width = 308
  82.       Height = 21
  83.       Anchors = [akLeft, akTop, akRight]
  84.       ItemHeight = 13
  85.       TabOrder = 1
  86.     end
  87.     object comboFolderHelper: TComboBox
  88.       Left = 112
  89.       Top = 48
  90.       Width = 308
  91.       Height = 21
  92.       Anchors = [akLeft, akTop, akRight]
  93.       ItemHeight = 13
  94.       TabOrder = 4
  95.     end
  96.     object comboRegistryHelper: TComboBox
  97.       Left = 112
  98.       Top = 72
  99.       Width = 308
  100.       Height = 21
  101.       Anchors = [akLeft, akTop, akRight]
  102.       ItemHeight = 13
  103.       TabOrder = 7
  104.     end
  105.     object bnBrowseFolderHelper: TButton
  106.       Left = 423
  107.       Top = 48
  108.       Width = 20
  109.       Height = 20
  110.       Anchors = [akTop, akRight]
  111.       Caption = '...'
  112.       TabOrder = 5
  113.       OnClick = bnBrowseFolderHelperClick
  114.     end
  115.     object bnBrowseRegistryHelper: TButton
  116.       Left = 424
  117.       Top = 72
  118.       Width = 19
  119.       Height = 20
  120.       Anchors = [akTop, akRight]
  121.       Caption = '...'
  122.       TabOrder = 8
  123.       OnClick = bnBrowseRegistryHelperClick
  124.     end
  125.     object bnBrowseFileHelper: TButton
  126.       Left = 423
  127.       Top = 24
  128.       Width = 20
  129.       Height = 20
  130.       Anchors = [akTop, akRight]
  131.       Caption = '...'
  132.       TabOrder = 2
  133.       OnClick = bnBrowseFileHelperClick
  134.     end
  135.   end
  136.   object odBrowse: TOpenDialog
  137.     Left = 8
  138.     Top = 120
  139.   end
  140. end
  141.